StudentCreditCard 
EntityType  Independent 
Logical Entity Name  StudentCreditCard 
Default Table Name  SaCC 
Logical Only  NO 
Definition 
 
Note 
 

StudentCreditCard Attributes 
Attribute/Logical Rolename  Domain  Datatype  NULL  Definition 
StudentCreditCardId(PK)    INTEGER  NO 
 
StudentId(FK)    INTEGER  YES 
 
CreditCardNumber    VARCHAR(120)  NO 
 
ExpirationDate    DATETIME  NO 
 
CardHolderName    VARCHAR(50)  NO 
 
CardHolderStreetAddress    VARCHAR(50)  YES 
 
CardHolderPostalCode    VARCHAR(15)  YES 
 
CreatedDateTime    DATETIME  NO 
 
LastModifiedDateTime    DATETIME  NO 
 
LastModifiedUserId    INTEGER  NO 
 
RowVersion    TIMESTAMP/DATE  NO 
 
CreditCardTypeId(FK)    INTEGER  YES 
 
LastFourCreditCardNumber    CHAR(4)  YES 
 
VerificationNumber    CHAR(4)  YES 
 
CardHolderApartmentNumber    CHAR(10)  YES 
 
CardHolderCity    VARCHAR(30)  YES 
 
CardHolderState    CHAR(2)  YES 
 
IsPrimaryPayment    BIT  NO 
 
IsActive    BIT  NO 
 
IsVerified    BIT  NO 
 
IsDefault    BIT  NO 
 
CardHolderFirstname    VARCHAR(50)  NO 
 
CardHolderLastname    VARCHAR(50)  NO 
 
MerchantProcessingCode    VARCHAR(19)  YES 
 
IsCreditCardNumberStored    BIT  NO 
 
CreditCardGuid    VARCHAR(32)  YES 
 
AuthorizationNumber    CHAR(10)  YES 
 
CorrelationIdentifier    NVARCHAR(20)  YES 
 

StudentCreditCard Keys 
Key Name  Key Type  Keys 
SaCC_SaCcID_U_C_IDX  PrimaryKey  StudentCreditCardId 

StudentCreditCard Relationships 
Parent Relationships: 
Entity Name  Type  Cardinality  Business Name  VerbPhrase  InversePhrase  Foreign Keys  Is Supertype 
CreditCardType  Non-Identifying  Zero or One to Zero or More        CreditCardTypeId  NO 
Student  Non-Identifying  Zero or One to Zero or More        StudentId  NO 
Child Relationships: 
Entity Name  Type  Cardinality  Business Name  VerbPhrase  InversePhrase  Foreign Keys  Is Subtype 
AmApplicant  Non-Identifying  One To Zero or More          NO 
Refund  Non-Identifying  One To Zero or More          NO 
StudentAward  Non-Identifying  One To Zero or More          NO 
CreditCardBatchRefund  Non-Identifying  One To Zero or More          NO 
StudentSubsidiaryAccountTransaction  Non-Identifying  One To Zero or More          NO 
CreditCardBatchRefund  Non-Identifying  One To Zero or More          NO 
CreditCardBatchTransaction  Non-Identifying  One To Zero or More          NO 
Refund  Non-Identifying  One To Zero or More          NO 
StudentAccountTransaction  Non-Identifying  One To Zero or More          NO 
StudentAward  Non-Identifying  One To Zero or More          NO 
StudentSubsidiaryAccountTransaction  Non-Identifying  One To Zero or More          NO 

StudentCreditCard Check Constraints 
Check Constraint Name  CheckConstraint